DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / Subindex<T> Class / Parent Property

In This Topic
    Parent Property (Subindex<T>)
    In This Topic
    Parent of this subindex definition in the index/subindexes hierarchy.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parent As IndexDefinition(Of T)
    public IndexDefinition<T> Parent {get;}
    See Also